3562bd097df93a7353030a543848856a19b46527,sdk/src/main/java/com/podio/sdk/Podio.java,Podio,setup,#Context#String#String#String#String#SSLSocketFactory#,251

Before Change


        // Providers relying on a rest client in order to operate properly.
        application.setClient(restClient);
        calendar.setClient(restClient);
        client.setClient(restClient);
        contact.setClient(restClient);
        conversation.setClient(restClient);
        file.setClient(restClient);

After Change


        file.setClient(androidAsyncHttpRestClient);
        item.setClient(volleytRestClient);
        organization.setClient(volleytRestClient);
        user.setClient(volleytRestClient);
        view.setClient(volleytRestClient);
        task.setClient(volleytRestClient);
        notification.setClient(volleytRestClient);